home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / help / bcd / mac / jh1.1 / javahelp / bin / jhsearch.bat < prev    next >
Encoding:
DOS Batch File  |  2002-05-29  |  389 b   |  19 lines

  1. @echo off
  2. rem Run the JHSearch
  3. rem @(#)jhsearch.bat 1.10 06/04/99
  4.  
  5. if ."%JHHOME%".==."". goto nojhhome
  6. goto runnit
  7. :nojhhome
  8. echo The environment variable JHHOME has not been set
  9. goto done
  10. echo 
  11. :runnit
  12. @echo on
  13. set JHW_KP=%JHHOME%\javahelp\lib\jsearch.jar;%JHHOME%\swing\swingall.jar
  14. %JHHOME%\javahelp\bin\jhwrap com.sun.java.help.search.QueryEngine %1
  15. @echo off
  16.  
  17. :done
  18.  
  19.